ComponentOne ASP.NET MVC Controls
Max Property (RangeSelector<T>)

C1.Web.Mvc Namespace > RangeSelector<T> Class : Max Property
Gets or sets the maximum value of the range.
Syntax
'Declaration
 
Public Property Max As Nullable(Of Single)
public Nullable<float> Max {get; set;}
Remarks
If not set, the maximum is calculated automatically.
See Also

Reference

RangeSelector<T> Class
RangeSelector<T> Members